home *** CD-ROM | disk | FTP | other *** search
/ Champak 40 / Vol 40.iso / games / xmas2004.swf / scripts / DefineButton2_39 / BUTTONCONDACTION on(release).as
Text File  |  2007-03-28  |  109b  |  5 lines

  1. on(release){
  2.    gameURL = "http://www.miniclip.com/" + gamename + ".htm";
  3.    getURL(gameURL,"_blank");
  4. }
  5.